-
121 database replication
"The process of creating two or more special copies (replicas) of an Access database. Replicas can be synchronized, changes made to data in one replica, or design changes made in the Design Master, are sent to other replicas." -
122 executive resource
"A resource that is designed for use with data structures that require exclusive access for writing, but that can be read by several threads concurrently. Executive resources are not maintained in the system's dispatcher database, so they usually are faster and more efficient than kernel dispatcher objects." -
123 scatter/gather list
A list of one or more paired base addresses and lengths that describe the physical locations from which to transfer data in scatter/gather direct memory access. -
124 scatter/gather DMA
A form of direct memory access (DMA) in which data is transferred to and from noncontiguous ranges of physical memory. -
125 degradation
"In computer systems, a reduction in level of performance or service. Degradation in microcomputer performance is indicated by slow response times or frequent pauses for disk access because memory is insufficient to hold an entire program plus the data the program is using." -
126 authorization code
"A code that grants rights to an individual, for example to use a system or access stored data." -
127 BDC Client Runtime
A set of services and functions that uses Business Connectivity Services on the client computer to connect to and execute operations on external data sources for rich client access. -
128 Target Application
An item stored in the Secure Store Service that maps users or groups to credentials needed to access external data or other resources.
См. также в других словарях:
Data access — typically refers to software and activities related to storing, retrieving, or acting on data housed in a database or other repository. There are two types of data access, sequential access and random access. Historically, different methods and… … Wikipedia
Data Access Objects — Saltar a navegación, búsqueda Data Access Objects (DAO, Objetos de Acceso a Datos) es una interfaz orientada a objetos creada por Microsoft la cual permitía a las primeras versiones de Microsoft Access y Visual Basic utilizar el motor de base de… … Wikipedia Español
Data Access Objects — is a general programming interface for database access on Microsoft Windows systems and should not be confused with the Data Access Object design pattern used in object oriented software design. History DAO were originally called VT Objects. DAO… … Wikipedia
Data Access Object — Saltar a navegación, búsqueda En software de computadores, un Data Access Object (DAO, Objeto de Acceso a Datos) es un componente de software que suministra una interfaz común entre la aplicación y uno o más dispositivos de almacenamiento de… … Wikipedia Español
Data Access Language — Data Access Language, or simply DAL, was a SQL like language parser released by Apple Computer in 1990 to provide unified client/server access to database management systems. It was known for poor performance and high costs, something Apple did… … Wikipedia
Data Access Objects — Data Access Objects, in der deutschsprachigen Dokumentation „Datenzugriffsobjekte“, üblicherweise mit der Abkürzung „DAO“ bezeichnet, ist eine Schnittstellen Bibliothek von Microsoft für den Zugriff auf Daten und Strukturen von Datenbanken,… … Deutsch Wikipedia
Data Access in Real Time — (DART) is a Real time operating system used by EMC Celerra. It is a modified UNIX Kernel with additional functionality. DART is an embedded, real time, operating system comprising a modified UNIX kernel and dedicated file server software that… … Wikipedia
Data Access Technology — is an American telecommunications company. Its headquarters are in Alexandria, Virginia with offices in Washington, D.C. and Toronto, Ontario. External links Data Access Technology Official Website Categories: Telecommunications companies of the… … Wikipedia
Data Access Object — (DAO, deutsch: „Datenzugriffsobjekt“) ist ein Entwurfsmuster, das den Zugriff auf unterschiedliche Arten von Datenquellen (z. B. Datenbanken, Dateisystem, etc.) so kapselt, dass die angesprochene Datenquelle ausgetauscht werden kann, ohne dass… … Deutsch Wikipedia
Data Access Objects — Data Access Objects, DAO … Universal-Lexikon
Data access object — This article is about the data access object design pattern in object oriented software design. For the Microsoft library of the same name, see Data Access Objects. In computer software, a data access object (DAO) is an object that provides an… … Wikipedia